BCGControlBar Library for .NET
IndexToDockEdge(Int32,DockStyle[]) Method




An index of the dock edge to get.
An array of the available dock styles.
Gets a dock edge by a specified index from a specified dock style array.
Syntax
'Declaration
 
Public Overloads Shared Function IndexToDockEdge( _
   ByVal i As Integer, _
   ByVal EdgeMap() As DockStyle _
) As DockEdge
'Usage
 
Dim i As Integer
Dim EdgeMap() As DockStyle
Dim value As DockEdge
 
value = GlobalUtils.IndexToDockEdge(i, EdgeMap)
public static DockEdge IndexToDockEdge( 
   int i,
   DockStyle[] EdgeMap
)
public: static DockEdge IndexToDockEdge( 
   int i,
   DockStyle[]* EdgeMap
) 
public:
static DockEdge IndexToDockEdge( 
   int i,
   array<DockStyle>^ EdgeMap
) 

Parameters

i
An index of the dock edge to get.
EdgeMap
An array of the available dock styles.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GlobalUtils Class
GlobalUtils Members
Overload List

Send Feedback